projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21b84b1
)
recorder: s/gint/int/g
author
Timm Bäder
<mail@baedert.org>
Sat, 27 Jun 2020 09:04:03 +0000
(11:04 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sat, 27 Jun 2020 09:04:03 +0000
(11:04 +0200)
gtk/inspector/recorder.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/recorder.c
b/gtk/inspector/recorder.c
index 7033f4602ab2dd92f1826da25c10a6a4d394bcc2..1b50a387eda5c65a17a03b4d8d5b428c9c7b9af5 100644
(file)
--- a/
gtk/inspector/recorder.c
+++ b/
gtk/inspector/recorder.c
@@
-402,9
+402,9
@@
get_color_texture (const GdkRGBA *color)
guchar pixel[4];
guchar *data;
GBytes *bytes;
-
g
int width = 30;
-
g
int height = 30;
-
g
int i;
+ int width = 30;
+ int height = 30;
+ int i;
pixel[0] = round (color->red * 255);
pixel[1] = round (color->green * 255);
@@
-947,7
+947,7
@@
render_node_list_selection_changed (GtkListBox *list,
static void
render_node_save_response (GtkWidget *dialog,
-
gint
response,
+
int
response,
GskRenderNode *node)
{
gtk_widget_hide (dialog);